home *** CD-ROM | disk | FTP | other *** search
/ Visual Cafe 3 / Visual Cafe 3.ISO / Vcafe / Main.bin / LocaleElements_lv.java < prev    next >
Text File  |  1998-09-22  |  7KB  |  190 lines

  1. /*
  2.  * @(#)LocaleElements_lv.java    1.7 98/01/13
  3.  *
  4.  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  5.  * (C) Copyright IBM Corp. 1996, 1997 - All Rights Reserved
  6.  *
  7.  * Portions copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
  8.  *
  9.  *   The original version of this source code and documentation is copyrighted
  10.  * and owned by Taligent, Inc., a wholly-owned subsidiary of IBM. These
  11.  * materials are provided under terms of a License Agreement between Taligent
  12.  * and Sun. This technology is protected by multiple US and International
  13.  * patents. This notice and attribution to Taligent may not be removed.
  14.  *   Taligent is a registered trademark of Taligent, Inc.
  15.  *
  16.  * Permission to use, copy, modify, and distribute this software
  17.  * and its documentation for NON-COMMERCIAL purposes and without
  18.  * fee is hereby granted provided that this copyright notice
  19.  * appears in all copies. Please refer to the file "copyright.html"
  20.  * for further important copyright and licensing information.
  21.  *
  22.  * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  23.  * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  24.  * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  25.  * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  26.  * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  27.  * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  28.  *
  29.  */
  30.  
  31. /**
  32.  *
  33.  * Table of Java supplied standard locale elements
  34.  *
  35.  * automatically generated by java LocaleTool LocaleElements.java
  36.  *
  37.  * Date Created: Wed Aug 21 15:47:57  1996
  38.  *
  39.  *     Locale Elements and Patterns:  last update 10/23/96
  40.  *
  41.  *
  42.  */
  43.  
  44. // WARNING : the format of this file will change in the future!
  45.  
  46. package java.text.resources;
  47.  
  48. import java.util.ListResourceBundle;
  49.  
  50. public class LocaleElements_lv extends ListResourceBundle {
  51.     /**
  52.      * Overrides ListResourceBundle
  53.      */
  54.     public Object[][] getContents() {
  55.         return new Object[][] {
  56.             { "LocaleString", "lv_LV" }, // locale id based on iso codes
  57.             { "LocaleID", "0426" }, // Windows id
  58.             { "ShortLanguage", "lav" }, // iso-3 abbrev lang name
  59.             { "ShortCountry", "LVA" }, // iso-3 abbrev country name
  60.             { "Languages", // language names
  61.                 new String[][] {
  62.                     { "lv", "Latvie\u0161u" }
  63.                 }
  64.             },
  65.             { "Countries", // country names
  66.                 new String[][] {
  67.                     { "LV", "Latvija" }
  68.                 }
  69.             },
  70.             { "MonthNames",
  71.                 new String[] {
  72.                     "janv\u0101ris", // january
  73.                     "febru\u0101ris", // february
  74.                     "marts", // march
  75.                     "apr\u012blis", // april
  76.                     "maijs", // may
  77.                     "j\u016bnijs", // june
  78.                     "j\u016blijs", // july
  79.                     "augusts", // august
  80.                     "septembris", // september
  81.                     "oktobris", // october
  82.                     "novembris", // november
  83.                     "decembris", // december
  84.                     "" // month 13 if applicable
  85.                 }
  86.             },
  87.             { "MonthAbbreviations",
  88.                 new String[] {
  89.                     "Jan", // abb january
  90.                     "Feb", // abb february
  91.                     "Mar", // abb march
  92.                     "Apr", // abb april
  93.                     "Maijs", // abb may
  94.                     "J\u016bn", // abb june
  95.                     "J\u016bl", // abb july
  96.                     "Aug", // abb august
  97.                     "Sep", // abb september
  98.                     "Okt", // abb october
  99.                     "Nov", // abb november
  100.                     "Dec", // abb december
  101.                     "" // abb month 13 if applicable
  102.                 }
  103.             },
  104.             { "DayNames",
  105.                 new String[] {
  106.                     "sv\u0113tdiena", // Sunday
  107.                     "pirmdiena", // Monday
  108.                     "otrdiena", // Tuesday
  109.                     "tre\u0161diena", // Wednesday
  110.                     "ceturdien", // Thursday
  111.                     "piektdiena", // Friday
  112.                     "sestdiena" // Saturday
  113.                 }
  114.             },
  115.             { "DayAbbreviations",
  116.                 new String[] {
  117.                     "Sv", // abb Sunday
  118.                     "P", // abb Monday
  119.                     "O", // abb Tuesday
  120.                     "T", // abb Wednesday
  121.                     "C", // abb Thursday
  122.                     "Pk", // abb Friday
  123.                     "S" // abb Saturday
  124.                 }
  125.             },
  126.             { "Eras",
  127.                 new String[] { // era strings
  128.                     "pm\u0113",
  129.                     "m\u0113"
  130.                 }
  131.             },
  132.             { "NumberPatterns",
  133.                 new String[] {
  134.                     "#,##0.###;-#,##0.###", // decimal pattern
  135.                     "#,##0.## Ls;-#,##0.## Ls", // currency pattern
  136.                     "#,##0%" // percent pattern
  137.                 }
  138.             },
  139.             { "NumberElements",
  140.                 new String[] {
  141.                     ",", // decimal separator
  142.                     "\u00a0", // group (thousands) separator
  143.                     ";", // list separator
  144.                     "%", // percent sign
  145.                     "0", // native 0 digit
  146.                     "#", // pattern digit
  147.                     "-", // minus sign
  148.                     "E", // exponential
  149.                     "\u2030", // per mille
  150.                     "\u221e", // infinity
  151.                     "\ufffd" // NaN
  152.                 }
  153.             },
  154.             { "CurrencyElements",
  155.                 new String[] {
  156.                     "Ls", // local currency symbol
  157.                     "LVL", // intl currency symbol
  158.                     "," // monetary decimal separator
  159.                 }
  160.             },
  161.             { "DateTimePatterns",
  162.                 new String[] {
  163.                     "HH:mm:ss z", // full time pattern
  164.                     "HH:mm:ss z", // long time pattern
  165.                     "HH:mm:ss", // medium time pattern
  166.                     "HH:mm", // short time pattern
  167.                     "EEEE, yyyy, d MMMM", // full date pattern
  168.                     "EEEE, yyyy, d MMMM", // long date pattern
  169.                     "yyyy.d.M", // medium date pattern
  170.                     "yy.d.M", // short date pattern
  171.                     "{1} {0}" // date-time pattern
  172.                 }
  173.             },
  174.             { "CollationElements",
  175.                 /* for LV_LV, accents sorted backwards plus the following: */
  176.  
  177.                 "@" /* sort accents bkwd */
  178.                 + "& C < c\u030c , C\u030c "  // C < c-caron
  179.                 + "& G < g\u0327 , G\u0327 "  // G < g-cedilla
  180.                 + "& I < y, Y"                // tal : i < y
  181.                 + "& K < k\u0327 , K\u0327 "  // K < k-cedilla
  182.                 + "& L < l\u0327 , L\u0327 "  // L < l-cedilla
  183.                 + "& N < n\u0327 , N\u0327 "  // N < n-cedilla
  184.                 + "& S < s\u030c , S\u030c "  // S < s-caron
  185.                 + "& Z < z\u030c , Z\u030c "  // Z < z-caron
  186.             }
  187.         };
  188.     }
  189. }
  190.